home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / A / 4Plus 1.4 / 4Plus / 4Plus.rsrc / STR#_2050.txt < prev    next >
Encoding:
Text File  |  1991-01-02  |  5.0 KB  |  113 lines

  1. Opens the configuration dialog.  It's identical to the ‚ÄúConfigure 4Plus‚Äù item in the options menu.
  2.  
  3. Allows you to see what command/macro has been assigned to a keyDown event.
  4.  
  5. Saves the parameters THINK C uses when performing a Find/Replace operation and assigns them to a keyDown event.
  6.  
  7. Saves the frontmost window position and assigns it to a keyDown event.
  8.  
  9. Like THINK C's ‚ÄúEnter Selection‚Äù command, except that the selected text is entered as the replacement text.
  10.  
  11. Toggles the ‚ÄúMatch Words‚Äù boolean that is normally set from within THINK C's ‚ÄúFind‚Äù dialog.
  12.  
  13. Toggles the ‚ÄúWrap Around‚Äù boolean that is normally set from within THINK C's ‚ÄúFind‚Äù dialog.
  14.  
  15. Toggles the ‚ÄúIgnore Case‚Äù boolean that is normally set from within THINK C's ‚ÄúFind‚Äù dialog.
  16.  
  17. Delimits those keyDown events that are to be saved as a macro.
  18.  
  19. Repeats a keyDown event indefinitely.
  20.  
  21. Saves the current selection range in the frontmost window and assigns it to a key.
  22.  
  23. Retrieves the mark entry assigned to a key and restores the saved selection range for that window, activating and scrolling the window if necessary.
  24.  
  25. Saves the current selection range in the frontmost window and inserts it into the mark queue.
  26.  
  27. Retrieves the next entry in the mark queue, and restores the saved selection range for that window, activating and scrolling the window if necessary.
  28.  
  29. Retrieves the previous entry in the mark queue, and restores the saved selection range for that window, activating and scrolling the window if necessary.
  30.  
  31. Saves the current selection range in the frontmost window and pushes it onto the mark stack.
  32.  
  33. Retrieves the last entry off of the mark stack, and restores the saved selection range for that window, activating and scrolling the window if necessary.
  34.  
  35. Pushes the current contents of the scrap onto the scrap stack, then lets THINK C perform a ‚ÄúCut‚Äù.
  36.  
  37. Pushes the current contents of the scrap onto the scrap stack, then lets THINK C perform a ‚ÄúCopy‚Äù.
  38.  
  39. Lets THINK C perform a ‚ÄúPaste‚Äù, then replaces the scrap with whatever was last pushed onto the scrap stack.
  40.  
  41. Concatenates each entry in the scrap stack with the current contents of the scrap, replaces the scrap with the result, flushes the scrap stack, and then lets THINK C perform a ‚ÄúPaste‚Äù.
  42.  
  43. Saves the currently selected text, lets THINK C perform a ‚ÄúPaste‚Äù, then replaces the scrap with the previously selected text.
  44.  
  45. Deallocates all entries contained within the scrap stack.  The normal scrap is not affected.  Also available via the options menu.
  46.  
  47. Coerces lowercase text in the selection range to uppercase.
  48.  
  49. Coerces uppercase text in the selection range to lowercase.
  50.  
  51. Opens the header/source file corresponding to the current source/header file.
  52.  
  53. Deletes the character immediately to the right of the caret.  It's identical to the delete key In the case where one or more characters are selected.
  54.  
  55. Scrolls to the top of a document.
  56.  
  57. Scrolls to the bottom of a document.
  58.  
  59. Scrolls a document a page up.  It's identical to clicking in the inPageUp region of the scrollbar on the right of a window.
  60.  
  61. Scrolls a document a page down.  It's identical to clicking in the inPageDown region of the scrollbar on the right of a window.
  62.  
  63. Scrolls a document up.  It's identical to clicking in the inUpButton region of the scrollbar on the right of a window.
  64.  
  65. Scrolls a document down.  It's identical to clicking in the inDownButton region of the scrollbar on the right of a window.
  66.  
  67. Selects the name of the next method/function/procedure declared in a source file, scrolling the window if necessary.
  68.  
  69. Selects the name of the previous method/function/procedure declared in a source file, scrolling the window if necessary.
  70.  
  71. Advances the caret to the beginning of the next token.
  72.  
  73. Advances the caret to the end of the previous token.
  74.  
  75. Selects the token to the left of the start of the selection range.  In the case where the start of the selection range falls within a token, that token is selected.
  76.  
  77. Selects the token to the right of the end of the selection range.  In the case where the end of the selection range falls within a token, that token is selected.
  78.  
  79. Selects the comment containing the selection range.
  80.  
  81. Lets THINK C move the caret to the previous line.
  82.  
  83. Lets THINK C move the caret to the previous character.
  84.  
  85. Lets THINK C move the caret to the next line.
  86.  
  87. Lets THINK C move the caret to the next character.
  88.  
  89. Lets THINK C extend the selection to include the previous line.
  90.  
  91. Lets THINK C extend the selection to include the previous character.
  92.  
  93. Lets THINK C extend the selection to include the next line.
  94.  
  95. Lets THINK C extend the selection to include the next character.
  96.  
  97. Lets THINK C move the caret to the beginning of a document.
  98.  
  99. Lets THINK C move the caret to the beginning of a line.
  100.  
  101. Lets THINK C move the caret to the end of a document.
  102.  
  103. Lets THINK C move the caret to the end of a line.
  104.  
  105. Lets THINK C extend the selection to the top of a document.
  106.  
  107. Lets THINK C extend the selection to the beginning of a line.
  108.  
  109. Lets THINK C extend the selection to the end of a document.
  110.  
  111. Lets THINK C extend the selection to the end of a line.
  112.  
  113.